Determines whether the current enumeration items are equal in position order to each of the given comparing items.
Namespace:
Keystone.Polaris
Assembly: Keystone (in Keystone.dll)
Assembly: Keystone (in Keystone.dll)
public static bool AreEqualTo<TItem>(
this IEnumerable<TItem> itemsIn,
IEnumerable<TItem> compareWith
)
This language is not supported or no code example is available.
Type Parameters
- TItem
-
The type of the current and comparing enumeration items.
Parameters
- itemsIn
-
Type: IEnumerable<TItem>
The current enumeration.
- compareWith
-
Type: IEnumerable<TItem>
The comparing enumeration.
Return Value
true if the enumerations are identical in items count and position; otherwise, false.Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.